bacrp --help
Usage: bacrp device-instance object-type object-instance property [index] 

device-instance:
The device instance is the number of the device that you are trying to communicate to.
This number will be used to try and bind with the device using Who-Is and I-Am services.
For example, if you were reading Device Object 123, the device-instance would be 123.

object-type:
The object type is the integer value of the enumeration BACNET_OBJECT_TYPE in bacenum.h.
It is the object that you are reading.  
For example if you were reading Analog Output 2, the object-type would be 1.

object-instance:
This is the object instance number of the object that you are reading.
For example, if you were reading Analog Output 2, the object-instance would be 2.

property:
The property is an integer value of the enumeration BACNET_PROPERTY_ID in bacenum.h.
It is the property you are reading.
For example, if you were reading the Present Value property, use 85 as the property.

index:
This integer parameter is the index number of an array.
If the property is an array, individual elements can be read.
If this parameter is missing and the property is an array, the entire array will be read.

Example:
If you want read the Present-Value of Analog Output 101 in Device 123, you could send the following command:
bacrp 123 1 101 85
If you want read the Priority-Array of Analog Output 101 in Device 123, you could send the following command:
bacrp 123 1 101 87


C:\BACnet\Bin>bacrp 200121 0 1 85
host: sciwin7-AF2 at 192.168.2.98
IP Address: 192.168.2.98
IP Broadcast Address: 255.255.255.255
UDP Port: 0xBAC0 [47808]
BVLC: Sent Original-Broadcast-NPDU.
BVLC: Received Original-Broadcast-NPDU.
BVLC: Received Original-Broadcast-NPDU.
BVLC: Sent Original-Unicast-NPDU.
BVLC: Sent Original-Unicast-NPDU.
BVLC: Received Original-Unicast-NPDU.
80.800003

C:\BACnet\Bin>bacrp 200121 3 4 85
host: sciwin7-AF2 at 192.168.2.98
IP Address: 192.168.2.98
IP Broadcast Address: 255.255.255.255
UDP Port: 0xBAC0 [47808]
BVLC: Sent Original-Broadcast-NPDU.
BVLC: Received Original-Broadcast-NPDU.
BVLC: Received Original-Broadcast-NPDU.
BVLC: Sent Original-Unicast-NPDU.
BVLC: Sent Original-Unicast-NPDU.
BVLC: Received Original-Unicast-NPDU.
inactive

C:\BACnet\Bin>bacrp 200121 3 4 77
host: sciwin7-AF2 at 192.168.2.98
IP Address: 192.168.2.98
IP Broadcast Address: 255.255.255.255
UDP Port: 0xBAC0 [47808]
BVLC: Sent Original-Broadcast-NPDU.
BVLC: Received Original-Broadcast-NPDU.
BVLC: Received Original-Broadcast-NPDU.
BVLC: Sent Original-Unicast-NPDU.
BVLC: Sent Original-Unicast-NPDU.
BVLC: Received Original-Unicast-NPDU.
"Tower_HAND1"
